home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Demos
/
ByCompany
/
SUMERIS
/
QuantaFlow
/
QuantaFlow.app
/
English.lproj
/
Echeancier.nib
/
data.classes
next >
Wrap
Text File
|
1993-12-02
|
3KB
|
212 lines
InterfaceCtrl = {
ACTIONS = {
clearInterface:;
clear:;
select:;
save:;
addRow:;
insertRow:;
insert:;
reload:;
destinationChanged:;
deleteRow:;
selectFirstText:;
};
OUTLETS = {
firstText;
interface;
};
SUPERCLASS = TableCtrl;
};
WindowCtrl = {
ACTIONS = {
windowWillClose:;
print:;
insert:;
update:;
windowDidUpdate:;
save:;
clear:;
delete:;
changeLayout:;
load:;
new:;
importTextFile:;
show:;
sizeToMinWidth:;
windowDidBecomeMain:;
windowDidBecomeKey:;
};
OUTLETS = {
window;
printedView;
printInfo;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
new:;
save:;
};
SUPERCLASS = Object;
};
QuantaWindowCtrl = {
OUTLETS = {
company;
};
SUPERCLASS = WindowCtrl;
};
Echeancier = {
ACTIONS = {
showDiscount:;
lettreSwitchChanged:;
doubleClick:;
loadTiers:;
showPaidAndUnpaid:;
hidePaidAndUnpaid:;
splitView:;
load:;
};
OUTLETS = {
scrollView;
splitView;
creditField;
showDetails;
soldeField;
tiersCtrl;
upperBox;
sideSplitView;
lettreSwitch;
tiersTypePopUp;
sortType;
exerciceCtrl;
planCtrl;
debitField;
nonLettreSwitch;
};
SUPERCLASS = QuantaWindowCtrl;
};
ZorchScrollView = {
OUTLETS = {
delegate;
tcv;
tv;
dv;
cellClass;
fillBlock;
titleFont;
};
SUPERCLASS = ScrollView;
};
MatrixScrollView = {
ACTIONS = {
print:;
select:;
changeFont:;
changeLayout:;
selectionDidChange:;
};
OUTLETS = {
matrixClass;
cellClass;
dv;
textDelegate;
tv;
primaryMatrix;
titleFont;
fillBlock;
backgroundMatrix;
delegate;
keyDownField;
tcv;
font;
matrixPrototype;
};
SUPERCLASS = ScrollView;
};
QISideSplitView = {
OUTLETS = {
delegate;
};
SUPERCLASS = View;
};
QuantaCtrl = {
OUTLETS = {
company;
};
SUPERCLASS = Object;
};
QITableView = {
ACTIONS = {
reloadRow:;
reload:;
};
OUTLETS = {
tableCtrl;
};
SUPERCLASS = MatrixScrollView;
};
DateRange = {
ACTIONS = {
revert:;
setPeriod:;
validate:;
};
OUTLETS = {
delegate;
fromField;
toField;
};
SUPERCLASS = Object;
};
ExercicesCtrl = {
ACTIONS = {
yearChanged:;
loadPeriodsPopUpList:;
fromPeriodChanged:;
toPeriodChanged:;
periodChanged:;
loadYearPopUpList:;
selectCurrentYear:;
load:;
};
OUTLETS = {
delegate;
fromPeriodPopUpButton;
periodPopUpButton;
fromField;
toField;
toPeriodPopUpButton;
yearPopUpButton;
};
SUPERCLASS = QuantaCtrl;
};
TableCtrl = {
ACTIONS = {
clear:;
select:;
save:;
deleteAllRows:;
insert:;
update:;
delete:;
};
OUTLETS = {
delegate;
joinTableCtrl;
database;
};
SUPERCLASS = Object;
};
PaymentType = {
ACTIONS = {
load:;
};
OUTLETS = {
popUpButton;
codeField;
};
SUPERCLASS = Object;
};